task Setting
{
	while(GetCommonDataDefault("MSDSetting",false)==false){yield;}
	wait(1);
	Power=GetCommonData("PracticeStartBurstCounter");
	MagicCounter=GetCommonData("PracticeStartMagicCounter");
	BurstRank=GetCommonData("PracticeStartBurstRank");
	RushGauge=GetCommonData("PracticeStartRushGauge");

	LightMode=GetCommonData("LightMode");

	if(BurstRank>=10000)
	{
	BurstRank=10000;
	}

	let SetRushGauge=trunc(RushGauge/10000);
	RushGauge=RushGauge%10000;
	if(SetRushGauge%2==1){RushGauge*=-1;}

	if(GetCommonDataDefault("MagicalSingularDay",false))
	{
//		SetGrazeCircle(0);//@̂蔻
	}
	if(GetCommonDataDefault("LightMode_PlayerIntervalEffect",0)==0)
	{
	SetAutoEffect(false);
	}

}